Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_declared_interfaces
get_declared_interfaces
Return an array containing all declared interfaces
Name:
get_declared_interfaces
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Return an array containing all declared interfaces
Related
What Common Issues Might Arise When Using the get_declared_interfaces Function with Namespaces?
2
Use get_declared_interfaces to understand interface mechanisms in PHP
4
Similar Functions
get_class
get_class
Returntheobject'
property_exists
property_exists
Checkifanobjectorcla
class_alias
class_alias
Createanaliasforacla
is_subclass_of
is_subclass_of
Checkswhethertheobje
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_parent_class
get_parent_class
Returnstheparentclas
get_class_methods
get_class_methods
Returnsanarrayofmeth
Popular Articles
Use get_declared_interfaces to understand interface mechanisms in PHP
What Common Issues Might Arise When Using the get_declared_interfaces Function with Namespaces?